.. _Action: ========================== Action ========================== .. toctree:: :maxdepth: 2 :hidden: :glob: EEex* +---------------------------------------------------------------------------------+----------------------------------------------------+ | **Function** | **Description** | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_AddActionHook` | Add a function to an action hook | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_EvalActionsAsActor` | Evaluate compiled script actions as an actor | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_EvalActionsAsActorResume` | Evaluate actions as an actor and continue | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_EvalActionsStringAsActor` | Evaluate script actions string as an actor | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_EvalActionsStringAsActorResume` | Evaluate actions strings as actor and continue | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_FreeActions` | Free assigned actions | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetActionID` | Get action id | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetActionPointX` | Get x coordinate of an action | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetActionPointY` | Get y coordinate of an action | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetActionString1` | Get the action string for an action | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetActionTarget` | Get the target of an action | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_GetActorCurrentAction` | Get actors currently assigned action | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_ParseActionsString` | Parse action string | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_SetActionID` | Set action id | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_SetActionPointX` | Set x coordinate of an action | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_SetActionPointY` | Set y coordinate of an action | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_SetActionString1` | Set the action string of an action | +---------------------------------------------------------------------------------+----------------------------------------------------+ | :ref:`EEex_SetActionTarget` | Set the target of an action | +---------------------------------------------------------------------------------+----------------------------------------------------+